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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1