STK Graphics PrimitivesSend comments on this topic.
PersistenceWidth Property (IAgStkGraphicsVectorPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets persistence point/line width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PersistenceWidth() As Double
[C#]
public double PersistenceWidth {get; set;}
[Managed C++]
public: __property double get_PersistenceWidth();
public: __property void set_PersistenceWidth( double );
[Unmanaged C++]
public: HRESULT get_PersistenceWidth(
    double * pRetVal
);
public: HRESULT put_PersistenceWidth(
    double PersistenceWidth
);
[Java]
public double getPersistenceWidth();
public void setPersistenceWidth(
    double
);
[Python - STK API ]
@property
def PersistenceWidth(self) -> float:

@PersistenceWidth.setter
def PersistenceWidth(self, PersistenceWidth:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.