BIMLinearGeometryGetAssignedProfile Method
|
Note: This API is now obsolete.
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
[ObsoleteAttribute("This method is obsolete. Use the Profile property instead.")]
public BIMProfile GetAssignedProfile()
<ObsoleteAttribute("This method is obsolete. Use the Profile property instead.")>
Public Function GetAssignedProfile As BIMProfile
public:
[ObsoleteAttribute(L"This method is obsolete. Use the Profile property instead.")]
BIMProfile^ GetAssignedProfile()
[<ObsoleteAttribute("This method is obsolete. Use the Profile property instead.")>]
member GetAssignedProfile : unit -> BIMProfile
Return Value
BIMProfile
See Also