This document is archived and information here might be outdated. Recommended version. |
The data driven pages count.
[Visual Basic .NET] Public Function get_PageCount ( _ ByVal ActiveView As IActiveView _ ) As Integer
[C#] public int get_PageCount ( IActiveView ActiveView );
[C++]
HRESULT get_PageCount(
IActiveView* ActiveView,
System.Int32* pPageCount
);
[C++] Parameters ActiveView [in]
ActiveView is a parameter of type IActiveView* pPageCount [out, retval]
pPageCount is a parameter of type long*