PatchInformation.BasisType Property

Language:

Retrieves or sets the type of curve used to construct the patch.

Definition

Visual Basic Public Property BasisType As BasisType
C# public BasisType BasisType { get; set; }
C++ public:
property BasisType BasisType {
        BasisType get();
        void set(BasisType value);
}
JScript public function get BasisType() : BasisType
public function set BasisType(BasisType);

Property Value

Microsoft.DirectX.Direct3D.BasisType
Value of the BasisType enumeration to set or retrieve.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center