AssertIsNotObjectIdNull Method |
Throws eNullObjectId if the ObjectId is null.
Namespace:
Gile.AutoCAD.R20.Extension
Assembly:
Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void IsNotObjectIdNull(
ObjectId id,
string paramName
)
Public Shared Sub IsNotObjectIdNull (
id As ObjectId,
paramName As String
)
public:
static void IsNotObjectIdNull(
ObjectId id,
String^ paramName
)
static member IsNotObjectIdNull :
id : ObjectId *
paramName : string -> unit
Parameters
- id
- Type: ObjectId
The ObjectId to which the assertion applies. - paramName
- Type: SystemString
Name of the parameter.
See Also