BIMPropertySetGetPropertyParameter Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public static Object GetPropertyParameter(
string propertySetName,
string propertyName,
string propertyParamName,
Database database
)
Public Shared Function GetPropertyParameter (
propertySetName As String,
propertyName As String,
propertyParamName As String,
database As Database
) As Object
public:
static Object^ GetPropertyParameter(
String^ propertySetName,
String^ propertyName,
String^ propertyParamName,
Database^ database
)
static member GetPropertyParameter :
propertySetName : string *
propertyName : string *
propertyParamName : string *
database : Database -> Object
Parameters
- propertySetName String
-
- propertyName String
-
- propertyParamName String
-
- database Database
-
Return Value
Object
See Also