The
AnnGroupObject implementation of
AnnObject.PushFixedState.
Syntax
| Visual Basic (Declaration) | |
|---|
Overrides Public Function PushFixedState() As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AnnGroupObject
Dim value As Integer
value = instance.PushFixedState()
|
| C# | |
|---|
public override int PushFixedState() |
| C++/CLI | |
|---|
public:
int PushFixedState(); override |
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also