STK Common Entity LibrarySend comments on this topic.
Static Property (IAgPointEntity)
See Also
Windows





Windows & Linux

Description

Indicates if the entity is static or dynamic.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Static() As Boolean
[C#]
public bool Static {get; set;}
[Managed C++]
public: __property bool get_Static();
public: __property void set_Static( bool );
[Unmanaged C++]
public: HRESULT get_Static(
    VARIANT_BOOL * pStatic
);
public: HRESULT put_Static(
    VARIANT_BOOL Static
);
[Java]
public bool getStatic();
public void setStatic(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.