ArcFM Responder Mobile Developer Guide
GetViewCookie Method (D8CuDefAttribClass)






Syntax
'Declaration
 
Public Overridable Sub GetViewCookie( _
   ByRef pbVisible As System.Boolean, _
   ByRef pnLevel As System.Integer, _
   ByRef pnIndex As System.Integer _
) 
'Usage
 
Dim instance As D8CuDefAttribClass
Dim pbVisible As System.Boolean
Dim pnLevel As System.Integer
Dim pnIndex As System.Integer
 
instance.GetViewCookie(pbVisible, pnLevel, pnIndex)
public virtual void GetViewCookie( 
   out System.bool pbVisible,
   out System.int pnLevel,
   out System.int pnIndex
)
public procedure GetViewCookie( 
   Out  pbVisible: System.Boolean;
   Out  pnLevel: System.Integer;
   Out  pnIndex: System.Integer
); virtual; 
public function GetViewCookie( 
   pbVisible : System.boolean,
   pnLevel : System.int,
   pnIndex : System.int
);
public: virtual void GetViewCookie( 
   [PARAMFLAG::Out] System.bool pbVisible,
   [PARAMFLAG::Out] System.int pnLevel,
   [PARAMFLAG::Out] System.int pnIndex
) 
public:
virtual void GetViewCookie( 
   [Out] System.bool pbVisible,
   [Out] System.int pnLevel,
   [Out] System.int pnIndex
) 

Parameters

pbVisible
pnLevel
pnIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

D8CuDefAttribClass Class
D8CuDefAttribClass Members

Send Feedback