This document is archived and information here might be outdated.  Recommended version.


ISpecifyPropertyPages.GetPages Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > ISpecifyPropertyPages Interface > ISpecifyPropertyPages.GetPages Method
ArcGIS Developer Help

ISpecifyPropertyPages.GetPages Method

[Visual Basic .NET]
Public Sub GetPages ( _
    ByRef pPages As tagCAUUID _
)
[C#]
public void GetPages (
    ref tagCAUUID pPages
);
[C++]
HRESULT GetPages(
  tagCAUUID* pPages
);
[C++]
Parameters
pPages [out]

pPages is a parameter of type tagCAUUID*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ISpecifyPropertyPages Interface