Click or drag to resize

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)
Syntax
public static void IsNotObjectIdNull(
	ObjectId id,
	string paramName
)

Parameters

id
Type: ObjectId
The ObjectId to which the assertion applies.
paramName
Type: SystemString
Name of the parameter.
See Also