Mixed derivatives of the surface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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