AGI STK Graphics 11 Send comments on this topic.
DefaultValue Property (IAgStkGraphicsModelTransformation)
See Also 





Description

Gets the default value of the transformation. The Current Value property of the transformation will have this value when the ModelPrimitive is initialized.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DefaultValue() As Double

[C#]
public double DefaultValue {get;}

[Managed C++]
public: __property double get_DefaultValue();

[Unmanaged C++]
public: HRESULT get_DefaultValue(
double * pRetVal
);

[Java]
public double getDefaultValue();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1