ConicalSurface.XDir Property

ConicalSurfaceXDir Property

X axis of the local coordinate system associated with this cone.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ XDir { get; }
Public ReadOnly Property XDir As XYZ
	Get
public:
property XYZ^ XDir {
	XYZ^ get ();
}
member XDir : XYZ with get

Property Value

XYZ
See Also