ConicalSurface.YDir Property

ConicalSurfaceYDir Property

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

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

Property Value

XYZ
See Also