BIMAttributeSetDeleteProperty(ObjectId, String,
String) Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
25.1.5.0
Syntax
public static BimResStatus DeleteProperty(
ObjectId objId,
string attributeSetName,
string propertyName
)
Public Shared Function DeleteProperty (
objId As ObjectId,
attributeSetName As String,
propertyName As String
) As BimResStatus
public:
static BimResStatus DeleteProperty(
ObjectId objId,
String^ attributeSetName,
String^ propertyName
)
static member DeleteProperty :
objId : ObjectId *
attributeSetName : string *
propertyName : string -> BimResStatus
Parameters
- objId ObjectId
-
- attributeSetName String
-
- propertyName String
-
Return Value
BimResStatus
See Also