STK Vector Geometry ToolSend comments on this topic.
IsReadOnly Property (IAgCrdn)
See Also
Windows





Windows & Linux

Description

Returns whether the component is modifiable.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsReadOnly() As Boolean
[C#]
public bool IsReadOnly {get;}
[Managed C++]
public: __property bool get_IsReadOnly();
[Unmanaged C++]
public: HRESULT get_IsReadOnly(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getIsReadOnly();
[Python - STK API ]
@property
def IsReadOnly(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.