AGI STK Astrogator 11 Send comments on this topic.
ReadOnlyProperty Property (IAgVAScriptingSegment)
See Also 
Windows






Windows & Linux

Description

True if it is a read-only property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReadOnlyProperty() As Boolean

[C#]
public bool ReadOnlyProperty {get; set;}

[Managed C++]
public: __property bool get_ReadOnlyProperty();
public: __property void set_ReadOnlyProperty(
bool
);

[Unmanaged C++]
public: HRESULT get_ReadOnlyProperty(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ReadOnlyProperty(
VARIANT_BOOL NewReadOnlyProperty
);

[Java]
public bool getReadOnlyProperty();public void setReadOnlyProperty(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface