AGI STK Graphics 11Send comments on this topic.
Length Property (IAgStkGraphicsAxesPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or Sets the axes' source-to-arrow-tip length.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Length() As Double
[C#]
public double Length {get; set;}
[Managed C++]
public: __property double get_Length();
public: __property void set_Length(
   double
);
[Unmanaged C++]
public: HRESULT get_Length(
   double * pRetVal
);
public: HRESULT put_Length(
   double NewLength
);
[Java]
public double getLength();public void setLength(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.