LinetypeTableRecordSetShapeIsUcsOrientedAt
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
25.3.0.0
Syntax
public void SetShapeIsUcsOrientedAt(
int index,
bool isOriented
)
Public Sub SetShapeIsUcsOrientedAt (
index As Integer,
isOriented As Boolean
)
public:
void SetShapeIsUcsOrientedAt(
int index,
bool isOriented
)
member SetShapeIsUcsOrientedAt :
index : int *
isOriented : bool -> unit
Parameters
- index Int32
-
- isOriented Boolean
-
See Also