Mixed derivatives of the surface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
public IList<XYZ> MixedDerivs { get; } |
Visual Basic |
---|
Public ReadOnly Property MixedDerivs As IList(Of XYZ)
Get |
Visual C++ |
---|
public:
property IList<XYZ^>^ MixedDerivs {
IList<XYZ^>^ get ();
} |
See Also