BufferSnapCS.BufferSnap.RegisterFunction C# (CSharp) Method

RegisterFunction() private method

private RegisterFunction ( Type registerType ) : void
registerType Type
return void
    static void RegisterFunction(Type registerType)
    {
      // Required for ArcGIS Component Category Registrar support
      ArcGISCategoryRegistration(registerType);
    }